home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / java / hh.dfm / hh.txt
Encoding:
Text File  |  1996-04-08  |  3.7 KB  |  135 lines

  1. object Form2: TForm2
  2.   Left = -27
  3.   Top = 367
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Form2'
  7.   ClientHeight = 461
  8.   ClientWidth = 640
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poDefault
  15.   WindowState = wsMaximized
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   TextHeight = 16
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 640
  23.     Height = 461
  24.     Align = alClient
  25.   end
  26.   object Label1: TLabel
  27.     Left = 201
  28.     Top = 408
  29.     Width = 424
  30.     Height = 43
  31.     AutoSize = False
  32.     Caption = 'HYPER INTERACTIVITY'
  33.     Font.Color = clYellow
  34.     Font.Height = -37
  35.     Font.Name = 'Times New Roman'
  36.     Font.Style = [fsBold, fsItalic]
  37.     ParentFont = False
  38.     Transparent = True
  39.   end
  40.   object Memo1: TMemo
  41.     Left = 25
  42.     Top = 16
  43.     Width = 320
  44.     Height = 353
  45.     Font.Color = clBlue
  46.     Font.Height = -15
  47.     Font.Name = 'Times New Roman'
  48.     Font.Style = [fsBold, fsItalic]
  49.     ParentFont = False
  50.     ScrollBars = ssVertical
  51.     TabOrder = 0
  52.   end
  53.   object mov: TBitBtn
  54.     Left = 16
  55.     Top = 392
  56.     Width = 105
  57.     Height = 25
  58.     Caption = 'Stop Move'
  59.     TabOrder = 1
  60.     OnClick = movClick
  61.     OnMouseMove = movMouseMove
  62.     Glyph.Data = {
  63.       78010000424D7801000000000000760000002800000020000000100000000100
  64.       04000000000000000000120B0000120B00000000000000000000000000000000
  65.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  66.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  67.       0000377777777777777703030303030303037F7F7F7F7F7F7F7F000000000000
  68.       00007777777777777777933393303933337073F37F37F73F3377393393303393
  69.       379037FF7F37F37FF777379793303379793037777337F3777737339933303339
  70.       93303377F3F7F3F77F3733993930393993303377F737F7377FF7399993303399
  71.       999037777337F377777793993330333393307377FF37F3337FF7333993303333
  72.       993033377F37F33377F7333993303333993033377337F3337737333333303333
  73.       33303FFFFFF7FFFFFFF700000000000000007777777777777777030303030303
  74.       03037F7F7F7F7F7F7F7F000000000000000077777777777777770000}
  75.     NumGlyphs = 2
  76.   end
  77.   object back: TBitBtn
  78.     Left = 16
  79.     Top = 424
  80.     Width = 81
  81.     Height = 25
  82.     Caption = 'Back'
  83.     TabOrder = 2
  84.     OnClick = backClick
  85.     OnMouseMove = backMouseMove
  86.     Kind = bkAbort
  87.   end
  88.   object PR: TBitBtn
  89.     Left = 113
  90.     Top = 424
  91.     Width = 80
  92.     Height = 25
  93.     Caption = 'PRINT'
  94.     TabOrder = 3
  95.     OnClick = PRClick
  96.     OnMouseMove = PRMouseMove
  97.     Glyph.Data = {
  98.       76010000424D7601000000000000760000002800000020000000100000000100
  99.       04000000000000010000130B0000130B00000000000000000000000000000000
  100.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  101.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  102.       003337777777777777F330FFFFFFFFFFF03337F33F333F3337F330FF0FFF0FFF
  103.       F03337F37F337F3337F330FF0FFF0FFFF03337F37FFF7FFF37F330F00000000F
  104.       F03337F77777777337F330FFF0FFF0FFF03337F337F337F337F330FFF0FFF0FF
  105.       F03337F337FFF7FFF7F330FF00000000F03337F37777777737F330FFFF0FFF0F
  106.       F03337F3337F337F37F330FFFF0FFF0FF03337F33373337337F330FFFFFFFFFF
  107.       F03337F33333333FF7F330FFFFFFFF00003337F33333337777F330FFFFFFFF0F
  108.       F03337FFFFFFFF7F373330999999990F033337777777777F733330FFFFFFFF00
  109.       333337FFFFFFFF77333330000000000333333777777777733333}
  110.     NumGlyphs = 2
  111.   end
  112.   object Memo2: TMemo
  113.     Left = 16
  114.     Top = 8
  115.     Width = 593
  116.     Height = 409
  117.     Font.Color = clBlack
  118.     Font.Height = -13
  119.     Font.Name = 'Times New Roman'
  120.     Font.Style = [fsBold, fsItalic]
  121.     Lines.Strings = (
  122.       'Memo2')
  123.     ParentFont = False
  124.     ScrollBars = ssVertical
  125.     TabOrder = 4
  126.     Visible = False
  127.   end
  128.   object Timer1: TTimer
  129.     Interval = 2000
  130.     OnTimer = Timer1Timer
  131.     Left = 159
  132.     Top = 386
  133.   end
  134. end
  135.